-
-
Notifications
You must be signed in to change notification settings - Fork 14k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swift: 5.7.3 -> 5.8 #225197
swift: 5.7.3 -> 5.8 #225197
Conversation
0882cc7
to
0897f27
Compare
b1fe5cd
to
eea3fae
Compare
4610421
to
1acf855
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On LLVM changes: sounds good, please apply it to LLVM git too. :)
@ofborg build llvmPackages_15.compiler-rt |
Darwin-specific builtins were present on x86-64-darwin, but not on aarch64-darwin. This is the same issue as NixOS#186575, but while the fixes were correctly applied to LLVM 15, we were still disabling the build of builtins on aarch64-darwin. Likely just a confusion.
I was also able to fix the Linux build, and opened upstream PRs. |
Well done ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing changed on the LLVM side. We just merged LLVM16 FWIW.
Description of changes
This also fixes the Linux build.
Result of
nixpkgs-review
run on aarch64-darwin 16 packages failed to build:
69 packages built:
The rebuild on Darwin is a little larger primarily because of the compiler-rt fix, but it should be benign.
On x86_64-darwin, I didn't run a full build of all dependents, but
swift
,sourcekit-lsp
andmpv
build successfully. (The compiler-rt change only affects ARM.)Similarly on x86_64-linux, I only built
swift
andsourcekit-lsp
. (The compiler-rt change doesn't affect Linux.)Regarding the failures above:
So it looks like there are no new failures.
Fixes #229280
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)